// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['WNBA Preseason: Dallas Wings vs. Indiana Fever','College Park Center','Arlington, TX','Friday','5/3/2024','7:00 PM','6389656','WNBA-Preseason--Dallas-Wings-vs--Indiana-Fever-5-3-2024'],['Arlington Renegades vs. Memphis Showboats','Choctaw Stadium','Arlington, TX','Saturday','5/11/2024','12:00 PM','6249553','Arlington-Renegades-vs--Memphis-Showboats-5-11-2024'],['Dallas Wings vs. Chicago Sky','College Park Center','Arlington, TX','Wednesday','5/15/2024','7:00 PM','6161945','Dallas-Wings-vs--Chicago-Sky-5-15-2024'],['Dallas Wings vs. Chicago Sky','College Park Center','Arlington, TX','Saturday','5/18/2024','7:00 PM','6161946','Dallas-Wings-vs--Chicago-Sky-5-18-2024'],['Arlington Renegades vs. St. Louis Battlehawks','Choctaw Stadium','Arlington, TX','Saturday','5/25/2024','12:00 PM','6249554','Arlington-Renegades-vs--St--Louis-Battlehawks-5-25-2024'],['Dallas Wings vs. Las Vegas Aces','College Park Center','Arlington, TX','Wednesday','6/5/2024','7:00 PM','6161950','Dallas-Wings-vs--Las-Vegas-Aces-6-5-2024'],['Dallas Wings vs. Phoenix Mercury','College Park Center','Arlington, TX','Sunday','6/9/2024','3:00 PM','6161954','Dallas-Wings-vs--Phoenix-Mercury-6-9-2024'],['Dallas Wings vs. Seattle Storm','College Park Center','Arlington, TX','Thursday','6/13/2024','6:00 PM','6161960','Dallas-Wings-vs--Seattle-Storm-6-13-2024'],['Dallas Wings vs. Connecticut Sun','College Park Center','Arlington, TX','Saturday','6/15/2024','12:00 PM','6161962','Dallas-Wings-vs--Connecticut-Sun-6-15-2024'],['Dallas Wings vs. Minnesota Lynx','College Park Center','Arlington, TX','Thursday','6/27/2024','12:00 PM','6162022','Dallas-Wings-vs--Minnesota-Lynx-6-27-2024'],['Dallas Wings vs. Phoenix Mercury','College Park Center','Arlington, TX','Wednesday','7/3/2024','7:00 PM','6161965','Dallas-Wings-vs--Phoenix-Mercury-7-3-2024'],['Dallas Wings vs. Atlanta Dream','College Park Center','Arlington, TX','Friday','7/5/2024','6:30 PM','6161981','Dallas-Wings-vs--Atlanta-Dream-7-5-2024'],['MLB All Star Village','Choctaw Stadium','Arlington, TX','Saturday','7/13/2024','TBD','6322963','MLB-All-Star-Village-7-13-2024'],['Dallas Wings vs. Los Angeles Sparks','College Park Center','Arlington, TX','Saturday','7/13/2024','2:30 PM','6161985','Dallas-Wings-vs--Los-Angeles-Sparks-7-13-2024'],['Dallas Wings vs. Indiana Fever','College Park Center','Arlington, TX','Wednesday','7/17/2024','7:00 PM','6161989','Dallas-Wings-vs--Indiana-Fever-7-17-2024'],['Dallas Wings vs. Connecticut Sun','College Park Center','Arlington, TX','Friday','8/16/2024','8:30 PM','6161994','Dallas-Wings-vs--Connecticut-Sun-8-16-2024'],['Dallas Wings vs. Los Angeles Sparks','College Park Center','Arlington, TX','Sunday','8/25/2024','3:00 PM','6161997','Dallas-Wings-vs--Los-Angeles-Sparks-8-25-2024'],['Dallas Wings vs. Las Vegas Aces','College Park Center','Arlington, TX','Tuesday','8/27/2024','7:00 PM','6162000','Dallas-Wings-vs--Las-Vegas-Aces-8-27-2024'],['Dallas Wings vs. Minnesota Lynx','College Park Center','Arlington, TX','Friday','8/30/2024','6:30 PM','6162004','Dallas-Wings-vs--Minnesota-Lynx-8-30-2024'],['Dallas Wings vs. Indiana Fever','College Park Center','Arlington, TX','Sunday','9/1/2024','3:00 PM','6162006','Dallas-Wings-vs--Indiana-Fever-9-1-2024'],['Dallas Wings vs. Washington Mystics','College Park Center','Arlington, TX','Tuesday','9/3/2024','7:00 PM','6162008','Dallas-Wings-vs--Washington-Mystics-9-3-2024'],['Dallas Wings vs. New York Liberty','College Park Center','Arlington, TX','Tuesday','9/10/2024','7:00 PM','6162012','Dallas-Wings-vs--New-York-Liberty-9-10-2024'],['Dallas Wings vs. New York Liberty','College Park Center','Arlington, TX','Thursday','9/12/2024','7:00 PM','6162013','Dallas-Wings-vs--New-York-Liberty-9-12-2024'],['Dallas Wings vs. Seattle Storm','College Park Center','Arlington, TX','Friday','9/13/2024','6:30 PM','6162016','Dallas-Wings-vs--Seattle-Storm-9-13-2024']],'Arlington Park','http://www.ticketnetwork.com/ticket/Arlington-Park-events.aspx');